PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / setStrokeColorN Method / setStrokeColorN(double[],PDFPattern) Method
The color components.
The pattern used as fill color.
In This Topic
    setStrokeColorN(double[],PDFPattern) Method
    In This Topic
    Sets the current stroke color and pattern. Operator: SCN
    Syntax
    public void setStrokeColorN( 
       double[] color,
       PDFPattern pattern
    )

    Parameters

    color
    The color components.
    pattern
    The pattern used as fill color.
    See Also